projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
160b01f
)
* category.c (hash_get_category_set): Remove unused local var.
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 8 Mar 2011 07:38:52 +0000
(23:38 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 8 Mar 2011 07:38:52 +0000
(23:38 -0800)
src/ChangeLog
patch
|
blob
|
history
src/category.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 2020fa3bb110958e0b6e7430b56bb10d2ff8dbfd..a073e2690910e746f64c1e2acf0c159b0c29fe21 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-65,6
+65,8
@@
(ENCODE_DIRECTION_R2L, ENCODE_DIRECTION_L2R):
Remove unused macros.
+ * category.c (hash_get_category_set): Remove unused local var.
+
2011-03-06 Chong Yidong <cyd@stupidchicken.com>
* xdisp.c (redisplay_window): Revert incorrect logic in 2011-03-06
diff --git
a/src/category.c
b/src/category.c
index bcd73d3a487c35882eaacc0af29ebf6f5374b027..abe4609d02e656415694408ada14f99e38e10585 100644
(file)
--- a/
src/category.c
+++ b/
src/category.c
@@
-61,7
+61,6
@@
static Lisp_Object hash_get_category_set (Lisp_Object, Lisp_Object);
static Lisp_Object
hash_get_category_set (Lisp_Object table, Lisp_Object category_set)
{
- Lisp_Object val;
struct Lisp_Hash_Table *h;
int i;
unsigned hash;
@@
-538,4
+537,3
@@
See the documentation of the variable `word-combining-categories'. */);
category_table_version = 0;
}
-